Queries

Sorting the records in your database by one field may be sufficient most of the time. However, occasionally, you may need to sort your records by two or more fields. The easiest way to do this is with a query.

We will sort the records in your database by two fields: Department and Description. We must first close the table and open up a query.